Param2Desc{The index of the item whoose text you wish to set}CommandName{setListViewItemText}HelpPath{Special}ReturnValue{}OpenBrace{ }Parameters{handle gadget, int item, int subitem, str text}CloseBrace{}Description{Sets the text of an item in a listview gadget.}ReturnDescription{}Param1{gadget}Param1Desc{Handle of a listview gadget}Param2{index}Param3{subindex}Param3Desc{The subitem id of the text which you wish to set, or 0 for the main item text.}Param4{text}Param4Desc{The new text of the listview item or subitem.}